From: Colin Walters Date: Thu, 27 Oct 2016 17:51:55 +0000 (-0400) Subject: ci: Use -fsanitize=undefined by default X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~44^2~27 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=a15dc7f1913e0aaceebbba329db13faf836f3745;p=ostree.git ci: Use -fsanitize=undefined by default It's fast enough to use for CI testing by default, and it can catch a lot of bad things. Closes: #552 Approved by: jlebon --- diff --git a/.redhat-ci.yml b/.redhat-ci.yml index da69f97a..f2a0cfe9 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -6,12 +6,16 @@ branches: container: image: projectatomic/ostree-tester +packages: + - libubsan + tests: - sh autogen.sh --prefix=/usr --libdir=/usr/lib64 --enable-installed-tests --enable-gtk-doc + CFLAGS='-fsanitize=undefined' - make -j2 - make syntax-check - make check